$sql = "SELECT a.name, b.id, b.name, b.no, b.tab, b.bu, b.ndate, b.users, b.indate, b.cd from author a, tos b
where b.name='$pq' and b.tab!='<font color=red>正在使用中' and b.cd=true and a.id=b.authorid order by id asc";
對不起本想簡化了才張貼.
問題是 b.name='$pq' 要全名才能找出資料
我是想近似查詢
我不會在這裡使用這語法 LIKE '% %'
這樣 tos=# SELECT * from author where name like '% SPG20%';
id | name | tel
----+------+-----
(0 rows)
也不對
因為欄位是有 SPG20 這物件
請教各位 謝謝
where b.name='$pq' and b.tab!='<font color=red>正在使用中' and b.cd=true and a.id=b.authorid order by id asc";
對不起本想簡化了才張貼.
問題是 b.name='$pq' 要全名才能找出資料
我是想近似查詢
我不會在這裡使用這語法 LIKE '% %'
這樣 tos=# SELECT * from author where name like '% SPG20%';
id | name | tel
----+------+-----
(0 rows)
也不對
因為欄位是有 SPG20 這物件
請教各位 謝謝
評論